From 92ad3cb65a156fa7561886c6711fb6605c219327 Mon Sep 17 00:00:00 2001 From: "ewan@linford.intra" Date: Sat, 7 Oct 2006 18:22:48 +0100 Subject: [PATCH] Give our test VM a name with no space (Xend does not allow this at the moment). Signed-off-by: Ewan Mellor --- tools/libxen/test/test_bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c index 894b9cd5f9..fc750f97a2 100644 --- a/tools/libxen/test/test_bindings.c +++ b/tools/libxen/test/test_bindings.c @@ -275,7 +275,7 @@ static void create_new_vm(xen_session *session) xen_vm_record vm_record = { - .name_label = "New VM", + .name_label = "NewVM", .name_description = "New VM Description", .user_version = 1, .is_a_template = false, -- 2.30.2